home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #21 (Jun 87) / Corrected format Source Files / MakeFile < prev    next >
Makefile  |  1987-05-06  |  616b  |  19 lines

  1. # File: MakeFile
  2. #
  3. # MakeFile for Formatting program for MacTutor Article on Low 
  4. # Level formatting of a SCSI hard disk drive. Note that if the 
  5. # resource file has been changed, we run first Rez and then 
  6. # Link.  This is because Rez sometimes trashes code resources.
  7.  
  8. Format            ƒƒ    Format.r
  9.     Rez -p Format.r -o Format
  10. Format            ƒƒ    Format.a.o BuffStuff.a.o SCSI.a.o Format.r
  11.     Link -p Format.a.o BuffStuff.a.o SCSI.a.o ∂
  12.         -o Format -l > Format.Map
  13. Format.a.o        ƒ    Format.a FormatEqu.a
  14.     Asm -p -wb Format.a
  15. BuffStuff.a.o    ƒ    BuffStuff.a FormatEqu.a
  16.     Asm -p -wb BuffStuff.a
  17. SCSI.a.o    ƒ    SCSI.a FormatEqu.a
  18.     Asm -p -wb SCSI.a
  19.